dotnetCHARTING Send comments on this topic.
Background Constructor(Color[],Single[],Single)
See Also 
dotnetCHARTING Namespace > Background Class > Background Constructor : Background Constructor(Color[],Single[],Single)


myColors
myColorPositions
angle

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal myColors() As Color, _
   ByVal myColorPositions() As Single, _
   ByVal angle As Single _
)
Visual Basic (Usage)Copy Code
Dim myColors() As Color
Dim myColorPositions() As Single
Dim angle As Single
 
Dim instance As Background(myColors, myColorPositions, angle)
C# 
public Background( 
   Color[] myColors,
   float[] myColorPositions,
   float angle
)

Parameters

myColors
myColorPositions
angle

See Also

© 2016 All Rights Reserved.